[]
Determines whether a range of items at the specified startingIndex can be removed from the collection.
public override bool CanRemoveRange(int index, int count)
Public Overrides Function CanRemoveRange(index As Integer, count As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | index | |
| int | count | The number of items to be removed. |
| Type | Description |
|---|---|
| bool |